var bytes.asciiSpace
8 uses
bytes (current package)
bytes.go#L449: var asciiSpace = [256]uint8{'\t': 1, '\n': 1, '\v': 1, '\f': 1, '\r': 1, ' ': 1}
bytes.go#L467: isSpace := int(asciiSpace[r])
bytes.go#L483: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L488: if asciiSpace[s[i]] == 0 {
bytes.go#L496: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L1129: if asciiSpace[c] == 0 {
bytes.go#L1141: if asciiSpace[c] == 0 {
iter.go#L89: isSpace := asciiSpace[s[i]] != 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)